home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol F-12 / (Vol F-12) Jun 02 2012.iso / Games / adjust4 / setup / setup.exe / scripts / DefineButton2_42 / BUTTONCONDACTION on(release).as
Text File  |  2012-06-02  |  613b  |  27 lines

  1. on(release){
  2.    with(_root.falseface)
  3.    {
  4.       gotoAndPlay("down");
  5.    }
  6.    with(_root.trueface)
  7.    {
  8.       gotoAndPlay("down");
  9.    }
  10.    with(_root.pointbar)
  11.    {
  12.       gotoAndStop(1);
  13.    }
  14.    _root.timebox.eee = 0;
  15.    _root.pfh.red0.gotoAndStop(1);
  16.    _root.pfh.red1.gotoAndStop(1);
  17.    _root.pfh.red2.gotoAndStop(1);
  18.    _root.pfh.red3.gotoAndStop(1);
  19.    _root.pfh.red4.gotoAndStop(1);
  20.    _root.pfh.red5.gotoAndStop(1);
  21.    _root.pfh.red6.gotoAndStop(1);
  22.    _root.pfh.red7.gotoAndStop(1);
  23.    _root.pfh.red8.gotoAndStop(1);
  24.    _root.pfh.red9.gotoAndStop(1);
  25.    this.removeMovieClip();
  26. }
  27.